Based on the original Rocket Workbench on SourceForge in CVS at: https://sourceforge.net/projects/rocketworkbench
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
365 B

#ifndef performance_h
#define performance_h
#include "compat.h"
#include "return.h"
#include "equilibrium.h"
#include "derivative.h"
int frozen_performance(equilibrium_t *e, exit_condition_t exit_type,
double value);
int shifting_performance(equilibrium_t *e, exit_condition_t exit_type,
double value);
#endif