mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-11 18:05:18 +00:00
massive gutting and refactoring. sperl is lazy carnivore.
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@270 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -54,7 +54,7 @@ InitCond::~InitCond() {
|
||||
}
|
||||
|
||||
/* Evaluate an initial conditon */
|
||||
void InitCond::eval_init_cond() {
|
||||
void InitCond::evaluate() {
|
||||
|
||||
/* Parameter is of boolean type, either a 1 or 0 value integer */
|
||||
/* Set matrix flag to zero. This ensures
|
||||
|
||||
Reference in New Issue
Block a user